(PURESIZE_RATIO): Decrease to 11/7.
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 23 Oct 2009 17:56:06 +0000 (17:56 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 23 Oct 2009 17:56:06 +0000 (17:56 +0000)
src/ChangeLog
src/puresize.h

index c5ce7451551c4d76f1b3be9075b6d86484b93f4c..243338667cd72c9c1390e11c31b66fbbb124df38 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-23  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
+
 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
 
        * window.c (Fwindow_edges, Fwindow_pixel_edges)
index b6665c006497a81db35673ea28c64bcf2426b960..e5925e4c38cd6b1ad55b459eca3dc69645205a06 100644 (file)
@@ -47,7 +47,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */
 #ifndef PURESIZE_RATIO
 #if BITS_PER_EMACS_INT > 32
-#define PURESIZE_RATIO 10/6    /* Don't surround with `()'. */
+#define PURESIZE_RATIO 11/7    /* Don't surround with `()'. */
 #else
 #define PURESIZE_RATIO 1
 #endif